BiLE-weigh.pl: sort: open failed: +1: No such file or directory

Posted on May 27, 2007 in CLI

Simply change this line from:

`cat temp | sort -r -t ":" +1 -n > @ARGV[1].sorted`;

to:

`cat temp | sort -r -t ":"  -k 1 -n > @ARGV[1].sorted`;